SaveAsPng(Graphics, Stream)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.GraphicsExtensions


Saves the graphics to the specified stream.

Syntax

public static void SaveAsPng(
	Graphics graphics,
	Stream stream
)

Back to index